home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk14 / epsstp / eps.man < prev    next >
Text File  |  1995-03-18  |  3KB  |  79 lines

  1. NAME
  2.  
  3.     eps - Enhanced ps utility
  4.  
  5. SYNTAX
  6.  
  7.     eps
  8.  
  9. DESCRIPTION
  10.  
  11.     This program is an enhanced form of the ps utility.  It should be
  12.     placed in the C: directory on your workbench disk.  It can only
  13.     be run from the CLI.  When run, it produces output similar to
  14.     the following:
  15.  
  16. Task Name        Pri  St  Address  P CLI I Command Name     Current Dir
  17. ---------------- ---- --- -------- - --- - ---------------- ----------------
  18. Initial CLI         0 RUN   c04fd0 P   1 I c:eps            ASDG-RAM:       
  19. Workbench           1 WAI   c0f1a0 P   0 I                                  
  20. Background CLI     -1 WAI   c27a30 P   3 B c:cron           Workbench 1.2:  
  21. RAM                 0 WAI   c1e620 P 
  22. Background CLI      5 WAI   c23250 P   2 B c:loadavg        Workbench 1.2:  
  23. File System        10 WAI   c05dc0 P 
  24. VD0                 5 WAI   c2a028 P 
  25. input.device       20 WAI   c02672 T
  26. trackdisk.device    5 WAI   c047a6 T
  27. trackdisk.device    5 WAI   c01446 T
  28. File System        10 WAI   c00a98 P 
  29. CON                 5 WAI   c06a90 P 
  30.  
  31.     The following is a brief explanation of each field:
  32.  
  33.     TASK NAME -  This is the ASCII name found in the task structure.
  34.  
  35.     PRI -  This is the task's current priority printed in decimal.
  36.  
  37.     ST -  This is the task's current state.  All states are abbreviated
  38.         to three letters.  For example, RUN means this is the currently
  39.         executing task, RDY means that this task is ready for the CPU,
  40.         WAI means this task is currently in a wait state, etc.
  41.  
  42.     ADDRESS -  This is the address of the task's TCB (Task Control Block)
  43.         printed in hexadecimal.
  44.  
  45.     P -  This indicates whether the task is a task, or a process.  'T' 
  46.         indicates a task, 'P' indicates a process.
  47.  
  48.     CLI -  If the process is also a CLI process, the CLI task array number
  49.         is printed in this field.
  50.  
  51.     I -  This field indicates whether the CLI process was started as
  52.         an interactive 'I', or a background 'B' process.  Background
  53.         processes are the result of the RUN command.
  54.  
  55.     COMMAND NAME -  This is the name of the command as DOS sees it in
  56.         the filing system.
  57.  
  58.     CURRENT DIRECTORY -  This is the current working directory of the
  59.         CLI process.
  60.       
  61. SEE ALSO
  62.  
  63.     stp
  64.  
  65. BUGS
  66.  
  67.     The TASK NAME, COMMAND NAME, and CURRENT DIRECTORY are
  68.     truncated to a length of 16 characters each, for formatting
  69.     purposes.
  70.  
  71. AUTHOR
  72.  
  73.     Jeffrey Bailey
  74.     Programmer/Analyst
  75.     Nova University
  76.     Ft. Lauderdale, FL
  77.     UUCP:...{ihnp4!codas, ucf-cs, allegra}!novavax!jeff
  78.     UUCP:...{ihnp4!codas, ucf-cs, allegra}!novavax!regulus!jeff  (Private)
  79.